Linux下找不到‘ifconfig’命令

您所在的位置:网站首页 linux 无ifconfig Linux下找不到‘ifconfig’命令

Linux下找不到‘ifconfig’命令

2023-10-17 01:13| 来源: 网络整理| 查看: 265

以下内容转自Linux公社

 

CentOS 7最小化系统,使用“ip addr”和“ip link”命令来查找网卡详情。要知道统计数据,可以使用“ip -s link”。

要查看网卡细节,输入以下命令:

ip addr

输出样例:

1: lo: mtu 16436 qdisc noqueue state UNKNOWNlink/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00inet 127.0.0.1/8 scope host loinet6 ::1/128 scope hostvalid_lft forever preferred_lft forever2: venet0: mtu 1500 qdisc noqueue state UNKNOWNlink/voidinet 127.0.0.1/32 scope host venet0inet 192.168.1.101/32 brd 192.168.1.101 scope global venet0:0

要查看网络接口统计数据,输入命令:

ip link

输出样例:

1: lo: mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULTlink/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:002: venet0: mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULTlink/void

或者

ip -s link

输出样例:

1: lo: mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULTlink/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00RX: bytes packets errors dropped overrun mcast000000TX: bytes packets errors dropped carrier collsns0000002: venet0: mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULTlink/voidRX: bytes packets errors dropped overrun mcast851566766670000TX: bytes packets errors dropped carrier collsns30040342490000

在CentOS 7最小化服务器版本中如何启用并使用“ifconfig”命令?

如果你不知道在哪里可以找到ifconfig命令,请按照以下简单的步骤来找到它。首先,让我们找出哪个包提供了ifconfig命令。要完成这项任务,输入以下命令:

yum provides ifconfig

输出样例:

Loaded plugins: fastestmirrorLoading mirror speeds from cached hostfile*base: centos.aol.in* extras: centos.aol.in* updates: centos.aol.innet-tools-2.0-0.17.20131004git.el7.x86_64 :Basic networking toolsRepo:@baseMatchedfrom:Filename:/usr/sbin/ifconfig

或者你也可以使用以下命令。

yum whatprovides ifconfig

这里,“provides”或者“whatprovides”开关用于找出某个包提供了某些功能或文件。

就像你在上面的输出中所看到的,net-tools包提供了ifconfig命令。因此,让我们安装net-tools包来使用ifconfig命令。

yum install net-tools

现在,你就可以像以往一样使用ifconfig命令了。

ifconfig -a

输出样例:

lo: flags=73 mtu 16436inet 127.0.0.1 netmask 255.0.0.0inet6 ::1 prefixlen 128 scopeid 0x10loop txqueuelen 0(LocalLoopback)RX packets 0 bytes 0(0.0 B)RX errors 0 dropped 0 overruns 0 frame 0TX packets 0 bytes 0(0.0 B)TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 venet0: flags=211 mtu 1500inet 127.0.0.1 netmask 255.255.255.255 broadcast 0.0.0.0 destination 127.0.0.1unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 0(UNSPEC)RX packets 7073 bytes 8549159(8.1MiB)RX errors 0 dropped 0 overruns 0 frame 0TX packets 4611 bytes 359201(350.7KiB)TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 venet0:0: flags=211 mtu 1500inet 192.168.1.101 netmask 255.255.255.255 broadcast 192.168.1.101 destination 192.168.1.101unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 0(UNSPEC)


【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3